home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000330_news@columbia.edu_Fri Dec 2 19:29:57 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA28493
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 2 Dec 1994 14:30:11 -0500
  3. Received: by apakabar.cc.columbia.edu id AA18781
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 2 Dec 1994 14:30:08 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Remote (server) file renames
  9. Date: 2 Dec 1994 19:29:57 GMT
  10. Organization: Columbia University
  11. Lines: 37
  12. Message-Id: <3bnsjl$i9p@apakabar.cc.columbia.edu>
  13. References: <D028qE.M3@murdoch.acc.virginia.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <D028qE.M3@murdoch.acc.virginia.edu>,
  18. Erik Hatcher <esh6h@fulton.seas.Virginia.EDU> wrote:
  19. >I'm working on an application that is sending from
  20. >VMS to VMS (either VAX or Alpha) C-Kermit (running
  21. >version 190).
  22. >I need to have the server side rename a file when
  23. >it receives it, but I want to be sure that this
  24. >operation is secure (meaning that a malicious
  25. >user could NOT send a SYSUAF.DAT and rename it
  26. >to the system one, etc).  I.e.  rename the file
  27. >in the same directory to which it was sent.
  28. >
  29. >So I assume that enabling host is out.  Can
  30. >I disable "cd" and do a "remote kermit rename x y"?
  31. >
  32. DISABLE CD and DISABLE HOST to the Kermit server
  33. program, before putting it in server more, then the
  34. client can REMOTE RENAME X Y (not REMOTE KERMIT...)
  35.  
  36. Please refer to Chapter 7 of "Using C-Kermit".
  37. It's all in there.
  38.  
  39. >Can I use APC from VMS to VMS? (I've only seen
  40. >it mentioned that APC is for MS-DOS Kermit).
  41. >
  42. MS-DOS Kermit as well as C-Kermit 5A(190) for VMS,
  43. UNIX, and OS/2 all support APC, but this only is
  44. effective during CONNECT mode.
  45.  
  46. - Frank
  47. x
  48. x
  49. x
  50. x
  51. x
  52. x
  53. x